3.391 \(\int \frac{1}{x^2 \sqrt{d+e x^2} (a+b x^2+c x^4)} \, dx\)

Optimal. Leaf size=280 \[ -\frac{c \left (\frac{b}{\sqrt{b^2-4 a c}}+1\right ) \tan ^{-1}\left (\frac{x \sqrt{2 c d-e \left (b-\sqrt{b^2-4 a c}\right )}}{\sqrt{b-\sqrt{b^2-4 a c}} \sqrt{d+e x^2}}\right )}{a \sqrt{b-\sqrt{b^2-4 a c}} \sqrt{2 c d-e \left (b-\sqrt{b^2-4 a c}\right )}}-\frac{c \left (1-\frac{b}{\sqrt{b^2-4 a c}}\right ) \tan ^{-1}\left (\frac{x \sqrt{2 c d-e \left (\sqrt{b^2-4 a c}+b\right )}}{\sqrt{\sqrt{b^2-4 a c}+b} \sqrt{d+e x^2}}\right )}{a \sqrt{\sqrt{b^2-4 a c}+b} \sqrt{2 c d-e \left (\sqrt{b^2-4 a c}+b\right )}}-\frac{\sqrt{d+e x^2}}{a d x} \]

[Out]

-(Sqrt[d + e*x^2]/(a*d*x)) - (c*(1 + b/Sqrt[b^2 - 4*a*c])*ArcTan[(Sqrt[2*c*d - (b - Sqrt[b^2 - 4*a*c])*e]*x)/(
Sqrt[b - Sqrt[b^2 - 4*a*c]]*Sqrt[d + e*x^2])])/(a*Sqrt[b - Sqrt[b^2 - 4*a*c]]*Sqrt[2*c*d - (b - Sqrt[b^2 - 4*a
*c])*e]) - (c*(1 - b/Sqrt[b^2 - 4*a*c])*ArcTan[(Sqrt[2*c*d - (b + Sqrt[b^2 - 4*a*c])*e]*x)/(Sqrt[b + Sqrt[b^2
- 4*a*c]]*Sqrt[d + e*x^2])])/(a*Sqrt[b + Sqrt[b^2 - 4*a*c]]*Sqrt[2*c*d - (b + Sqrt[b^2 - 4*a*c])*e])

________________________________________________________________________________________

Rubi [A]  time = 0.602196, antiderivative size = 280, normalized size of antiderivative = 1., number of steps used = 9, number of rules used = 5, integrand size = 29, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.172, Rules used = {1303, 264, 1692, 377, 205} \[ -\frac{c \left (\frac{b}{\sqrt{b^2-4 a c}}+1\right ) \tan ^{-1}\left (\frac{x \sqrt{2 c d-e \left (b-\sqrt{b^2-4 a c}\right )}}{\sqrt{b-\sqrt{b^2-4 a c}} \sqrt{d+e x^2}}\right )}{a \sqrt{b-\sqrt{b^2-4 a c}} \sqrt{2 c d-e \left (b-\sqrt{b^2-4 a c}\right )}}-\frac{c \left (1-\frac{b}{\sqrt{b^2-4 a c}}\right ) \tan ^{-1}\left (\frac{x \sqrt{2 c d-e \left (\sqrt{b^2-4 a c}+b\right )}}{\sqrt{\sqrt{b^2-4 a c}+b} \sqrt{d+e x^2}}\right )}{a \sqrt{\sqrt{b^2-4 a c}+b} \sqrt{2 c d-e \left (\sqrt{b^2-4 a c}+b\right )}}-\frac{\sqrt{d+e x^2}}{a d x} \]

Antiderivative was successfully verified.

[In]

Int[1/(x^2*Sqrt[d + e*x^2]*(a + b*x^2 + c*x^4)),x]

[Out]

-(Sqrt[d + e*x^2]/(a*d*x)) - (c*(1 + b/Sqrt[b^2 - 4*a*c])*ArcTan[(Sqrt[2*c*d - (b - Sqrt[b^2 - 4*a*c])*e]*x)/(
Sqrt[b - Sqrt[b^2 - 4*a*c]]*Sqrt[d + e*x^2])])/(a*Sqrt[b - Sqrt[b^2 - 4*a*c]]*Sqrt[2*c*d - (b - Sqrt[b^2 - 4*a
*c])*e]) - (c*(1 - b/Sqrt[b^2 - 4*a*c])*ArcTan[(Sqrt[2*c*d - (b + Sqrt[b^2 - 4*a*c])*e]*x)/(Sqrt[b + Sqrt[b^2
- 4*a*c]]*Sqrt[d + e*x^2])])/(a*Sqrt[b + Sqrt[b^2 - 4*a*c]]*Sqrt[2*c*d - (b + Sqrt[b^2 - 4*a*c])*e])

Rule 1303

Int[(((f_.)*(x_))^(m_.)*((d_) + (e_.)*(x_)^2)^(q_))/((a_) + (b_.)*(x_)^2 + (c_.)*(x_)^4), x_Symbol] :> Int[Exp
andIntegrand[(d + e*x^2)^q, (f*x)^m/(a + b*x^2 + c*x^4), x], x] /; FreeQ[{a, b, c, d, e, f, q}, x] && NeQ[b^2
- 4*a*c, 0] &&  !IntegerQ[q] && IntegerQ[m]

Rule 264

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[((c*x)^(m + 1)*(a + b*x^n)^(p + 1))/(a
*c*(m + 1)), x] /; FreeQ[{a, b, c, m, n, p}, x] && EqQ[(m + 1)/n + p + 1, 0] && NeQ[m, -1]

Rule 1692

Int[(Px_)*((d_) + (e_.)*(x_)^2)^(q_.)*((a_) + (b_.)*(x_)^2 + (c_.)*(x_)^4)^(p_.), x_Symbol] :> Int[ExpandInteg
rand[Px*(d + e*x^2)^q*(a + b*x^2 + c*x^4)^p, x], x] /; FreeQ[{a, b, c, d, e, q}, x] && PolyQ[Px, x^2] && NeQ[b
^2 - 4*a*c, 0] && NeQ[c*d^2 - b*d*e + a*e^2, 0] && IntegerQ[p]

Rule 377

Int[((a_) + (b_.)*(x_)^(n_))^(p_)/((c_) + (d_.)*(x_)^(n_)), x_Symbol] :> Subst[Int[1/(c - (b*c - a*d)*x^n), x]
, x, x/(a + b*x^n)^(1/n)] /; FreeQ[{a, b, c, d}, x] && NeQ[b*c - a*d, 0] && EqQ[n*p + 1, 0] && IntegerQ[n]

Rule 205

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(Rt[a/b, 2]*ArcTan[x/Rt[a/b, 2]])/a, x] /; FreeQ[{a, b}, x]
&& PosQ[a/b]

Rubi steps

\begin{align*} \int \frac{1}{x^2 \sqrt{d+e x^2} \left (a+b x^2+c x^4\right )} \, dx &=\int \left (\frac{1}{a x^2 \sqrt{d+e x^2}}+\frac{-b-c x^2}{a \sqrt{d+e x^2} \left (a+b x^2+c x^4\right )}\right ) \, dx\\ &=\frac{\int \frac{1}{x^2 \sqrt{d+e x^2}} \, dx}{a}+\frac{\int \frac{-b-c x^2}{\sqrt{d+e x^2} \left (a+b x^2+c x^4\right )} \, dx}{a}\\ &=-\frac{\sqrt{d+e x^2}}{a d x}+\frac{\int \left (\frac{-c-\frac{b c}{\sqrt{b^2-4 a c}}}{\left (b-\sqrt{b^2-4 a c}+2 c x^2\right ) \sqrt{d+e x^2}}+\frac{-c+\frac{b c}{\sqrt{b^2-4 a c}}}{\left (b+\sqrt{b^2-4 a c}+2 c x^2\right ) \sqrt{d+e x^2}}\right ) \, dx}{a}\\ &=-\frac{\sqrt{d+e x^2}}{a d x}-\frac{\left (c \left (1-\frac{b}{\sqrt{b^2-4 a c}}\right )\right ) \int \frac{1}{\left (b+\sqrt{b^2-4 a c}+2 c x^2\right ) \sqrt{d+e x^2}} \, dx}{a}-\frac{\left (c \left (1+\frac{b}{\sqrt{b^2-4 a c}}\right )\right ) \int \frac{1}{\left (b-\sqrt{b^2-4 a c}+2 c x^2\right ) \sqrt{d+e x^2}} \, dx}{a}\\ &=-\frac{\sqrt{d+e x^2}}{a d x}-\frac{\left (c \left (1-\frac{b}{\sqrt{b^2-4 a c}}\right )\right ) \operatorname{Subst}\left (\int \frac{1}{b+\sqrt{b^2-4 a c}-\left (-2 c d+\left (b+\sqrt{b^2-4 a c}\right ) e\right ) x^2} \, dx,x,\frac{x}{\sqrt{d+e x^2}}\right )}{a}-\frac{\left (c \left (1+\frac{b}{\sqrt{b^2-4 a c}}\right )\right ) \operatorname{Subst}\left (\int \frac{1}{b-\sqrt{b^2-4 a c}-\left (-2 c d+\left (b-\sqrt{b^2-4 a c}\right ) e\right ) x^2} \, dx,x,\frac{x}{\sqrt{d+e x^2}}\right )}{a}\\ &=-\frac{\sqrt{d+e x^2}}{a d x}-\frac{c \left (1+\frac{b}{\sqrt{b^2-4 a c}}\right ) \tan ^{-1}\left (\frac{\sqrt{2 c d-\left (b-\sqrt{b^2-4 a c}\right ) e} x}{\sqrt{b-\sqrt{b^2-4 a c}} \sqrt{d+e x^2}}\right )}{a \sqrt{b-\sqrt{b^2-4 a c}} \sqrt{2 c d-\left (b-\sqrt{b^2-4 a c}\right ) e}}-\frac{c \left (1-\frac{b}{\sqrt{b^2-4 a c}}\right ) \tan ^{-1}\left (\frac{\sqrt{2 c d-\left (b+\sqrt{b^2-4 a c}\right ) e} x}{\sqrt{b+\sqrt{b^2-4 a c}} \sqrt{d+e x^2}}\right )}{a \sqrt{b+\sqrt{b^2-4 a c}} \sqrt{2 c d-\left (b+\sqrt{b^2-4 a c}\right ) e}}\\ \end{align*}

Mathematica [A]  time = 1.0439, size = 271, normalized size = 0.97 \[ -\frac{\frac{c \left (\frac{b}{\sqrt{b^2-4 a c}}+1\right ) \tan ^{-1}\left (\frac{x \sqrt{e \sqrt{b^2-4 a c}-b e+2 c d}}{\sqrt{b-\sqrt{b^2-4 a c}} \sqrt{d+e x^2}}\right )}{\sqrt{b-\sqrt{b^2-4 a c}} \sqrt{e \left (\sqrt{b^2-4 a c}-b\right )+2 c d}}+\frac{c \left (1-\frac{b}{\sqrt{b^2-4 a c}}\right ) \tan ^{-1}\left (\frac{x \sqrt{2 c d-e \left (\sqrt{b^2-4 a c}+b\right )}}{\sqrt{\sqrt{b^2-4 a c}+b} \sqrt{d+e x^2}}\right )}{\sqrt{\sqrt{b^2-4 a c}+b} \sqrt{2 c d-e \left (\sqrt{b^2-4 a c}+b\right )}}+\frac{\sqrt{d+e x^2}}{d x}}{a} \]

Antiderivative was successfully verified.

[In]

Integrate[1/(x^2*Sqrt[d + e*x^2]*(a + b*x^2 + c*x^4)),x]

[Out]

-((Sqrt[d + e*x^2]/(d*x) + (c*(1 + b/Sqrt[b^2 - 4*a*c])*ArcTan[(Sqrt[2*c*d - b*e + Sqrt[b^2 - 4*a*c]*e]*x)/(Sq
rt[b - Sqrt[b^2 - 4*a*c]]*Sqrt[d + e*x^2])])/(Sqrt[b - Sqrt[b^2 - 4*a*c]]*Sqrt[2*c*d + (-b + Sqrt[b^2 - 4*a*c]
)*e]) + (c*(1 - b/Sqrt[b^2 - 4*a*c])*ArcTan[(Sqrt[2*c*d - (b + Sqrt[b^2 - 4*a*c])*e]*x)/(Sqrt[b + Sqrt[b^2 - 4
*a*c]]*Sqrt[d + e*x^2])])/(Sqrt[b + Sqrt[b^2 - 4*a*c]]*Sqrt[2*c*d - (b + Sqrt[b^2 - 4*a*c])*e]))/a)

________________________________________________________________________________________

Maple [C]  time = 0.023, size = 197, normalized size = 0.7 \begin{align*}{\frac{1}{2\,a}\sqrt{e}\sum _{{\it \_R}={\it RootOf} \left ( c{{\it \_Z}}^{4}+ \left ( 4\,be-4\,cd \right ){{\it \_Z}}^{3}+ \left ( 16\,a{e}^{2}-8\,deb+6\,c{d}^{2} \right ){{\it \_Z}}^{2}+ \left ( 4\,b{d}^{2}e-4\,c{d}^{3} \right ){\it \_Z}+c{d}^{4} \right ) }{\frac{c{{\it \_R}}^{2}+2\, \left ( 2\,be-cd \right ){\it \_R}+c{d}^{2}}{{{\it \_R}}^{3}c+3\,{{\it \_R}}^{2}be-3\,{{\it \_R}}^{2}cd+8\,{\it \_R}\,a{e}^{2}-4\,{\it \_R}\,bde+3\,{\it \_R}\,c{d}^{2}+b{d}^{2}e-c{d}^{3}}\ln \left ( \left ( \sqrt{e{x}^{2}+d}-\sqrt{e}x \right ) ^{2}-{\it \_R} \right ) }}-{\frac{1}{adx}\sqrt{e{x}^{2}+d}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/x^2/(c*x^4+b*x^2+a)/(e*x^2+d)^(1/2),x)

[Out]

1/2/a*e^(1/2)*sum((c*_R^2+2*(2*b*e-c*d)*_R+c*d^2)/(_R^3*c+3*_R^2*b*e-3*_R^2*c*d+8*_R*a*e^2-4*_R*b*d*e+3*_R*c*d
^2+b*d^2*e-c*d^3)*ln(((e*x^2+d)^(1/2)-e^(1/2)*x)^2-_R),_R=RootOf(c*_Z^4+(4*b*e-4*c*d)*_Z^3+(16*a*e^2-8*b*d*e+6
*c*d^2)*_Z^2+(4*b*d^2*e-4*c*d^3)*_Z+c*d^4))-(e*x^2+d)^(1/2)/a/d/x

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{1}{{\left (c x^{4} + b x^{2} + a\right )} \sqrt{e x^{2} + d} x^{2}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x^2/(c*x^4+b*x^2+a)/(e*x^2+d)^(1/2),x, algorithm="maxima")

[Out]

integrate(1/((c*x^4 + b*x^2 + a)*sqrt(e*x^2 + d)*x^2), x)

________________________________________________________________________________________

Fricas [B]  time = 37.89, size = 12658, normalized size = 45.21 \begin{align*} \text{result too large to display} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x^2/(c*x^4+b*x^2+a)/(e*x^2+d)^(1/2),x, algorithm="fricas")

[Out]

-1/4*(sqrt(1/2)*a*d*x*sqrt(-((b^3*c - 3*a*b*c^2)*d - (b^4 - 4*a*b^2*c + 2*a^2*c^2)*e - ((a^3*b^2*c - 4*a^4*c^2
)*d^2 - (a^3*b^3 - 4*a^4*b*c)*d*e + (a^4*b^2 - 4*a^5*c)*e^2)*sqrt(((b^4*c^2 - 2*a*b^2*c^3 + a^2*c^4)*d^2 - 2*(
b^5*c - 3*a*b^3*c^2 + 2*a^2*b*c^3)*d*e + (b^6 - 4*a*b^4*c + 4*a^2*b^2*c^2)*e^2)/((a^6*b^2*c^2 - 4*a^7*c^3)*d^4
 - 2*(a^6*b^3*c - 4*a^7*b*c^2)*d^3*e + (a^6*b^4 - 2*a^7*b^2*c - 8*a^8*c^2)*d^2*e^2 - 2*(a^7*b^3 - 4*a^8*b*c)*d
*e^3 + (a^8*b^2 - 4*a^9*c)*e^4)))/((a^3*b^2*c - 4*a^4*c^2)*d^2 - (a^3*b^3 - 4*a^4*b*c)*d*e + (a^4*b^2 - 4*a^5*
c)*e^2))*log((((a^3*b^2*c^3 - 4*a^4*c^4)*d^3 - (a^3*b^3*c^2 - 4*a^4*b*c^3)*d^2*e + (a^4*b^2*c^2 - 4*a^5*c^3)*d
*e^2)*x^2*sqrt(((b^4*c^2 - 2*a*b^2*c^3 + a^2*c^4)*d^2 - 2*(b^5*c - 3*a*b^3*c^2 + 2*a^2*b*c^3)*d*e + (b^6 - 4*a
*b^4*c + 4*a^2*b^2*c^2)*e^2)/((a^6*b^2*c^2 - 4*a^7*c^3)*d^4 - 2*(a^6*b^3*c - 4*a^7*b*c^2)*d^3*e + (a^6*b^4 - 2
*a^7*b^2*c - 8*a^8*c^2)*d^2*e^2 - 2*(a^7*b^3 - 4*a^8*b*c)*d*e^3 + (a^8*b^2 - 4*a^9*c)*e^4)) + 2*(a*b^2*c^3 - a
^2*c^4)*d^2 - 2*(a*b^3*c^2 - 2*a^2*b*c^3)*d*e - ((b^3*c^3 - a*b*c^4)*d^2 - (b^4*c^2 + 2*a*b^2*c^3 - 4*a^2*c^4)
*d*e + 4*(a*b^3*c^2 - 2*a^2*b*c^3)*e^2)*x^2 + 2*sqrt(1/2)*sqrt(e*x^2 + d)*(((a^4*b^3*c^2 - 4*a^5*b*c^3)*d^3 -
2*(a^4*b^4*c - 5*a^5*b^2*c^2 + 4*a^6*c^3)*d^2*e + (a^4*b^5 - 5*a^5*b^3*c + 4*a^6*b*c^2)*d*e^2 - (a^5*b^4 - 6*a
^6*b^2*c + 8*a^7*c^2)*e^3)*x*sqrt(((b^4*c^2 - 2*a*b^2*c^3 + a^2*c^4)*d^2 - 2*(b^5*c - 3*a*b^3*c^2 + 2*a^2*b*c^
3)*d*e + (b^6 - 4*a*b^4*c + 4*a^2*b^2*c^2)*e^2)/((a^6*b^2*c^2 - 4*a^7*c^3)*d^4 - 2*(a^6*b^3*c - 4*a^7*b*c^2)*d
^3*e + (a^6*b^4 - 2*a^7*b^2*c - 8*a^8*c^2)*d^2*e^2 - 2*(a^7*b^3 - 4*a^8*b*c)*d*e^3 + (a^8*b^2 - 4*a^9*c)*e^4))
 + ((a*b^4*c^2 - 5*a^2*b^2*c^3 + 4*a^3*c^4)*d^2 - (2*a*b^5*c - 11*a^2*b^3*c^2 + 12*a^3*b*c^3)*d*e + (a*b^6 - 6
*a^2*b^4*c + 8*a^3*b^2*c^2)*e^2)*x)*sqrt(-((b^3*c - 3*a*b*c^2)*d - (b^4 - 4*a*b^2*c + 2*a^2*c^2)*e - ((a^3*b^2
*c - 4*a^4*c^2)*d^2 - (a^3*b^3 - 4*a^4*b*c)*d*e + (a^4*b^2 - 4*a^5*c)*e^2)*sqrt(((b^4*c^2 - 2*a*b^2*c^3 + a^2*
c^4)*d^2 - 2*(b^5*c - 3*a*b^3*c^2 + 2*a^2*b*c^3)*d*e + (b^6 - 4*a*b^4*c + 4*a^2*b^2*c^2)*e^2)/((a^6*b^2*c^2 -
4*a^7*c^3)*d^4 - 2*(a^6*b^3*c - 4*a^7*b*c^2)*d^3*e + (a^6*b^4 - 2*a^7*b^2*c - 8*a^8*c^2)*d^2*e^2 - 2*(a^7*b^3
- 4*a^8*b*c)*d*e^3 + (a^8*b^2 - 4*a^9*c)*e^4)))/((a^3*b^2*c - 4*a^4*c^2)*d^2 - (a^3*b^3 - 4*a^4*b*c)*d*e + (a^
4*b^2 - 4*a^5*c)*e^2)))/x^2) - sqrt(1/2)*a*d*x*sqrt(-((b^3*c - 3*a*b*c^2)*d - (b^4 - 4*a*b^2*c + 2*a^2*c^2)*e
- ((a^3*b^2*c - 4*a^4*c^2)*d^2 - (a^3*b^3 - 4*a^4*b*c)*d*e + (a^4*b^2 - 4*a^5*c)*e^2)*sqrt(((b^4*c^2 - 2*a*b^2
*c^3 + a^2*c^4)*d^2 - 2*(b^5*c - 3*a*b^3*c^2 + 2*a^2*b*c^3)*d*e + (b^6 - 4*a*b^4*c + 4*a^2*b^2*c^2)*e^2)/((a^6
*b^2*c^2 - 4*a^7*c^3)*d^4 - 2*(a^6*b^3*c - 4*a^7*b*c^2)*d^3*e + (a^6*b^4 - 2*a^7*b^2*c - 8*a^8*c^2)*d^2*e^2 -
2*(a^7*b^3 - 4*a^8*b*c)*d*e^3 + (a^8*b^2 - 4*a^9*c)*e^4)))/((a^3*b^2*c - 4*a^4*c^2)*d^2 - (a^3*b^3 - 4*a^4*b*c
)*d*e + (a^4*b^2 - 4*a^5*c)*e^2))*log((((a^3*b^2*c^3 - 4*a^4*c^4)*d^3 - (a^3*b^3*c^2 - 4*a^4*b*c^3)*d^2*e + (a
^4*b^2*c^2 - 4*a^5*c^3)*d*e^2)*x^2*sqrt(((b^4*c^2 - 2*a*b^2*c^3 + a^2*c^4)*d^2 - 2*(b^5*c - 3*a*b^3*c^2 + 2*a^
2*b*c^3)*d*e + (b^6 - 4*a*b^4*c + 4*a^2*b^2*c^2)*e^2)/((a^6*b^2*c^2 - 4*a^7*c^3)*d^4 - 2*(a^6*b^3*c - 4*a^7*b*
c^2)*d^3*e + (a^6*b^4 - 2*a^7*b^2*c - 8*a^8*c^2)*d^2*e^2 - 2*(a^7*b^3 - 4*a^8*b*c)*d*e^3 + (a^8*b^2 - 4*a^9*c)
*e^4)) + 2*(a*b^2*c^3 - a^2*c^4)*d^2 - 2*(a*b^3*c^2 - 2*a^2*b*c^3)*d*e - ((b^3*c^3 - a*b*c^4)*d^2 - (b^4*c^2 +
 2*a*b^2*c^3 - 4*a^2*c^4)*d*e + 4*(a*b^3*c^2 - 2*a^2*b*c^3)*e^2)*x^2 - 2*sqrt(1/2)*sqrt(e*x^2 + d)*(((a^4*b^3*
c^2 - 4*a^5*b*c^3)*d^3 - 2*(a^4*b^4*c - 5*a^5*b^2*c^2 + 4*a^6*c^3)*d^2*e + (a^4*b^5 - 5*a^5*b^3*c + 4*a^6*b*c^
2)*d*e^2 - (a^5*b^4 - 6*a^6*b^2*c + 8*a^7*c^2)*e^3)*x*sqrt(((b^4*c^2 - 2*a*b^2*c^3 + a^2*c^4)*d^2 - 2*(b^5*c -
 3*a*b^3*c^2 + 2*a^2*b*c^3)*d*e + (b^6 - 4*a*b^4*c + 4*a^2*b^2*c^2)*e^2)/((a^6*b^2*c^2 - 4*a^7*c^3)*d^4 - 2*(a
^6*b^3*c - 4*a^7*b*c^2)*d^3*e + (a^6*b^4 - 2*a^7*b^2*c - 8*a^8*c^2)*d^2*e^2 - 2*(a^7*b^3 - 4*a^8*b*c)*d*e^3 +
(a^8*b^2 - 4*a^9*c)*e^4)) + ((a*b^4*c^2 - 5*a^2*b^2*c^3 + 4*a^3*c^4)*d^2 - (2*a*b^5*c - 11*a^2*b^3*c^2 + 12*a^
3*b*c^3)*d*e + (a*b^6 - 6*a^2*b^4*c + 8*a^3*b^2*c^2)*e^2)*x)*sqrt(-((b^3*c - 3*a*b*c^2)*d - (b^4 - 4*a*b^2*c +
 2*a^2*c^2)*e - ((a^3*b^2*c - 4*a^4*c^2)*d^2 - (a^3*b^3 - 4*a^4*b*c)*d*e + (a^4*b^2 - 4*a^5*c)*e^2)*sqrt(((b^4
*c^2 - 2*a*b^2*c^3 + a^2*c^4)*d^2 - 2*(b^5*c - 3*a*b^3*c^2 + 2*a^2*b*c^3)*d*e + (b^6 - 4*a*b^4*c + 4*a^2*b^2*c
^2)*e^2)/((a^6*b^2*c^2 - 4*a^7*c^3)*d^4 - 2*(a^6*b^3*c - 4*a^7*b*c^2)*d^3*e + (a^6*b^4 - 2*a^7*b^2*c - 8*a^8*c
^2)*d^2*e^2 - 2*(a^7*b^3 - 4*a^8*b*c)*d*e^3 + (a^8*b^2 - 4*a^9*c)*e^4)))/((a^3*b^2*c - 4*a^4*c^2)*d^2 - (a^3*b
^3 - 4*a^4*b*c)*d*e + (a^4*b^2 - 4*a^5*c)*e^2)))/x^2) + sqrt(1/2)*a*d*x*sqrt(-((b^3*c - 3*a*b*c^2)*d - (b^4 -
4*a*b^2*c + 2*a^2*c^2)*e + ((a^3*b^2*c - 4*a^4*c^2)*d^2 - (a^3*b^3 - 4*a^4*b*c)*d*e + (a^4*b^2 - 4*a^5*c)*e^2)
*sqrt(((b^4*c^2 - 2*a*b^2*c^3 + a^2*c^4)*d^2 - 2*(b^5*c - 3*a*b^3*c^2 + 2*a^2*b*c^3)*d*e + (b^6 - 4*a*b^4*c +
4*a^2*b^2*c^2)*e^2)/((a^6*b^2*c^2 - 4*a^7*c^3)*d^4 - 2*(a^6*b^3*c - 4*a^7*b*c^2)*d^3*e + (a^6*b^4 - 2*a^7*b^2*
c - 8*a^8*c^2)*d^2*e^2 - 2*(a^7*b^3 - 4*a^8*b*c)*d*e^3 + (a^8*b^2 - 4*a^9*c)*e^4)))/((a^3*b^2*c - 4*a^4*c^2)*d
^2 - (a^3*b^3 - 4*a^4*b*c)*d*e + (a^4*b^2 - 4*a^5*c)*e^2))*log(-(((a^3*b^2*c^3 - 4*a^4*c^4)*d^3 - (a^3*b^3*c^2
 - 4*a^4*b*c^3)*d^2*e + (a^4*b^2*c^2 - 4*a^5*c^3)*d*e^2)*x^2*sqrt(((b^4*c^2 - 2*a*b^2*c^3 + a^2*c^4)*d^2 - 2*(
b^5*c - 3*a*b^3*c^2 + 2*a^2*b*c^3)*d*e + (b^6 - 4*a*b^4*c + 4*a^2*b^2*c^2)*e^2)/((a^6*b^2*c^2 - 4*a^7*c^3)*d^4
 - 2*(a^6*b^3*c - 4*a^7*b*c^2)*d^3*e + (a^6*b^4 - 2*a^7*b^2*c - 8*a^8*c^2)*d^2*e^2 - 2*(a^7*b^3 - 4*a^8*b*c)*d
*e^3 + (a^8*b^2 - 4*a^9*c)*e^4)) - 2*(a*b^2*c^3 - a^2*c^4)*d^2 + 2*(a*b^3*c^2 - 2*a^2*b*c^3)*d*e + ((b^3*c^3 -
 a*b*c^4)*d^2 - (b^4*c^2 + 2*a*b^2*c^3 - 4*a^2*c^4)*d*e + 4*(a*b^3*c^2 - 2*a^2*b*c^3)*e^2)*x^2 + 2*sqrt(1/2)*s
qrt(e*x^2 + d)*(((a^4*b^3*c^2 - 4*a^5*b*c^3)*d^3 - 2*(a^4*b^4*c - 5*a^5*b^2*c^2 + 4*a^6*c^3)*d^2*e + (a^4*b^5
- 5*a^5*b^3*c + 4*a^6*b*c^2)*d*e^2 - (a^5*b^4 - 6*a^6*b^2*c + 8*a^7*c^2)*e^3)*x*sqrt(((b^4*c^2 - 2*a*b^2*c^3 +
 a^2*c^4)*d^2 - 2*(b^5*c - 3*a*b^3*c^2 + 2*a^2*b*c^3)*d*e + (b^6 - 4*a*b^4*c + 4*a^2*b^2*c^2)*e^2)/((a^6*b^2*c
^2 - 4*a^7*c^3)*d^4 - 2*(a^6*b^3*c - 4*a^7*b*c^2)*d^3*e + (a^6*b^4 - 2*a^7*b^2*c - 8*a^8*c^2)*d^2*e^2 - 2*(a^7
*b^3 - 4*a^8*b*c)*d*e^3 + (a^8*b^2 - 4*a^9*c)*e^4)) - ((a*b^4*c^2 - 5*a^2*b^2*c^3 + 4*a^3*c^4)*d^2 - (2*a*b^5*
c - 11*a^2*b^3*c^2 + 12*a^3*b*c^3)*d*e + (a*b^6 - 6*a^2*b^4*c + 8*a^3*b^2*c^2)*e^2)*x)*sqrt(-((b^3*c - 3*a*b*c
^2)*d - (b^4 - 4*a*b^2*c + 2*a^2*c^2)*e + ((a^3*b^2*c - 4*a^4*c^2)*d^2 - (a^3*b^3 - 4*a^4*b*c)*d*e + (a^4*b^2
- 4*a^5*c)*e^2)*sqrt(((b^4*c^2 - 2*a*b^2*c^3 + a^2*c^4)*d^2 - 2*(b^5*c - 3*a*b^3*c^2 + 2*a^2*b*c^3)*d*e + (b^6
 - 4*a*b^4*c + 4*a^2*b^2*c^2)*e^2)/((a^6*b^2*c^2 - 4*a^7*c^3)*d^4 - 2*(a^6*b^3*c - 4*a^7*b*c^2)*d^3*e + (a^6*b
^4 - 2*a^7*b^2*c - 8*a^8*c^2)*d^2*e^2 - 2*(a^7*b^3 - 4*a^8*b*c)*d*e^3 + (a^8*b^2 - 4*a^9*c)*e^4)))/((a^3*b^2*c
 - 4*a^4*c^2)*d^2 - (a^3*b^3 - 4*a^4*b*c)*d*e + (a^4*b^2 - 4*a^5*c)*e^2)))/x^2) - sqrt(1/2)*a*d*x*sqrt(-((b^3*
c - 3*a*b*c^2)*d - (b^4 - 4*a*b^2*c + 2*a^2*c^2)*e + ((a^3*b^2*c - 4*a^4*c^2)*d^2 - (a^3*b^3 - 4*a^4*b*c)*d*e
+ (a^4*b^2 - 4*a^5*c)*e^2)*sqrt(((b^4*c^2 - 2*a*b^2*c^3 + a^2*c^4)*d^2 - 2*(b^5*c - 3*a*b^3*c^2 + 2*a^2*b*c^3)
*d*e + (b^6 - 4*a*b^4*c + 4*a^2*b^2*c^2)*e^2)/((a^6*b^2*c^2 - 4*a^7*c^3)*d^4 - 2*(a^6*b^3*c - 4*a^7*b*c^2)*d^3
*e + (a^6*b^4 - 2*a^7*b^2*c - 8*a^8*c^2)*d^2*e^2 - 2*(a^7*b^3 - 4*a^8*b*c)*d*e^3 + (a^8*b^2 - 4*a^9*c)*e^4)))/
((a^3*b^2*c - 4*a^4*c^2)*d^2 - (a^3*b^3 - 4*a^4*b*c)*d*e + (a^4*b^2 - 4*a^5*c)*e^2))*log(-(((a^3*b^2*c^3 - 4*a
^4*c^4)*d^3 - (a^3*b^3*c^2 - 4*a^4*b*c^3)*d^2*e + (a^4*b^2*c^2 - 4*a^5*c^3)*d*e^2)*x^2*sqrt(((b^4*c^2 - 2*a*b^
2*c^3 + a^2*c^4)*d^2 - 2*(b^5*c - 3*a*b^3*c^2 + 2*a^2*b*c^3)*d*e + (b^6 - 4*a*b^4*c + 4*a^2*b^2*c^2)*e^2)/((a^
6*b^2*c^2 - 4*a^7*c^3)*d^4 - 2*(a^6*b^3*c - 4*a^7*b*c^2)*d^3*e + (a^6*b^4 - 2*a^7*b^2*c - 8*a^8*c^2)*d^2*e^2 -
 2*(a^7*b^3 - 4*a^8*b*c)*d*e^3 + (a^8*b^2 - 4*a^9*c)*e^4)) - 2*(a*b^2*c^3 - a^2*c^4)*d^2 + 2*(a*b^3*c^2 - 2*a^
2*b*c^3)*d*e + ((b^3*c^3 - a*b*c^4)*d^2 - (b^4*c^2 + 2*a*b^2*c^3 - 4*a^2*c^4)*d*e + 4*(a*b^3*c^2 - 2*a^2*b*c^3
)*e^2)*x^2 - 2*sqrt(1/2)*sqrt(e*x^2 + d)*(((a^4*b^3*c^2 - 4*a^5*b*c^3)*d^3 - 2*(a^4*b^4*c - 5*a^5*b^2*c^2 + 4*
a^6*c^3)*d^2*e + (a^4*b^5 - 5*a^5*b^3*c + 4*a^6*b*c^2)*d*e^2 - (a^5*b^4 - 6*a^6*b^2*c + 8*a^7*c^2)*e^3)*x*sqrt
(((b^4*c^2 - 2*a*b^2*c^3 + a^2*c^4)*d^2 - 2*(b^5*c - 3*a*b^3*c^2 + 2*a^2*b*c^3)*d*e + (b^6 - 4*a*b^4*c + 4*a^2
*b^2*c^2)*e^2)/((a^6*b^2*c^2 - 4*a^7*c^3)*d^4 - 2*(a^6*b^3*c - 4*a^7*b*c^2)*d^3*e + (a^6*b^4 - 2*a^7*b^2*c - 8
*a^8*c^2)*d^2*e^2 - 2*(a^7*b^3 - 4*a^8*b*c)*d*e^3 + (a^8*b^2 - 4*a^9*c)*e^4)) - ((a*b^4*c^2 - 5*a^2*b^2*c^3 +
4*a^3*c^4)*d^2 - (2*a*b^5*c - 11*a^2*b^3*c^2 + 12*a^3*b*c^3)*d*e + (a*b^6 - 6*a^2*b^4*c + 8*a^3*b^2*c^2)*e^2)*
x)*sqrt(-((b^3*c - 3*a*b*c^2)*d - (b^4 - 4*a*b^2*c + 2*a^2*c^2)*e + ((a^3*b^2*c - 4*a^4*c^2)*d^2 - (a^3*b^3 -
4*a^4*b*c)*d*e + (a^4*b^2 - 4*a^5*c)*e^2)*sqrt(((b^4*c^2 - 2*a*b^2*c^3 + a^2*c^4)*d^2 - 2*(b^5*c - 3*a*b^3*c^2
 + 2*a^2*b*c^3)*d*e + (b^6 - 4*a*b^4*c + 4*a^2*b^2*c^2)*e^2)/((a^6*b^2*c^2 - 4*a^7*c^3)*d^4 - 2*(a^6*b^3*c - 4
*a^7*b*c^2)*d^3*e + (a^6*b^4 - 2*a^7*b^2*c - 8*a^8*c^2)*d^2*e^2 - 2*(a^7*b^3 - 4*a^8*b*c)*d*e^3 + (a^8*b^2 - 4
*a^9*c)*e^4)))/((a^3*b^2*c - 4*a^4*c^2)*d^2 - (a^3*b^3 - 4*a^4*b*c)*d*e + (a^4*b^2 - 4*a^5*c)*e^2)))/x^2) + 4*
sqrt(e*x^2 + d))/(a*d*x)

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{1}{x^{2} \sqrt{d + e x^{2}} \left (a + b x^{2} + c x^{4}\right )}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x**2/(c*x**4+b*x**2+a)/(e*x**2+d)**(1/2),x)

[Out]

Integral(1/(x**2*sqrt(d + e*x**2)*(a + b*x**2 + c*x**4)), x)

________________________________________________________________________________________

Giac [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: TypeError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x^2/(c*x^4+b*x^2+a)/(e*x^2+d)^(1/2),x, algorithm="giac")

[Out]

Exception raised: TypeError